@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站底部样式
 * @update: (2023-11-13 09:25)
 */

/*footer*/
.f-tac{text-align: center;}
.m-footer{padding: 25px 0 20px;background-color: #015293;}
.m-footer p:first-child{line-height: 45px;}
.m-footer p:first-child a{padding: 0 5px;}
.m-ftfuns{line-height: 32px; padding: 5px 0;}
.m-ftfuns,.m-ftfuns a{color: #525252; font-size: 14px;}
.m-copyright p{line-height: 30px; font-size: 14px;color: #fffef6;}
.m-footer a{color: #fffef6;}
.m-copyright p img{vertical-align: middle;}
#_ideConac{position: absolute; left: 13px; top: 69px;}
#_span_jiucuo{position: absolute; right: 16px; top: 83px;}
#f-elderwza{position: absolute; left: 93px; top: 83px;}

/* 友情链接 */
.m-links{border-top: 4px solid #015293;}
.m-dblj{position:relative;padding:0 0 0 150px}
.m-yqlj{width: 125px;position: absolute;left:0}
.m-yqlj img{margin: 19px 10px 0 0;}
.m-links .u-tit{display: block;color: #015293;font-size: 20px;line-height: 50px;font-weight: bold;}
.u-links-cont{margin:0 -10px;padding:16px 0;}
.u-links{width: 20%;padding:0 10px;height: 42px;line-height: 42px;}
.u-links dl{position: relative; z-index: 2;background-color: #f7f7f7;}
.u-links dl dt{padding: 0 14px;cursor: pointer;font-size: 14px;font-weight: normal;color: #999;line-height: 42px;}
.u-links dl dd{position: absolute; top: 42px; left: 0; right: 0; display: none; max-height: 120px; background: #fff; padding: 5px; overflow-y: auto;}
.u-links dl dd ul li{line-height: 30px;}
.u-links dl dd ul li a{display: block; padding: 0 12px; font-size: 14px;}
.u-links dl dd ul li a:hover{background: #c1dbf7;}
.u-links dl dt{position: relative;}
.u-links dl dt::after{position: absolute;display: block;content: '';width: 0;height: 0;right: 12px;top: 17px;border: 8px solid #999; border-top-color: #999;border-bottom-color: transparent;border-left-color: transparent;border-right-color: transparent;}


.m-linktab{float: left; margin-left: 44px; z-index: 4;}
.m-linktab span{display: inline-block; color: #666; padding: 0 30px 0 10px; line-height: 50px; cursor: pointer; background: url(../images/public/icon-linktab.png) right center no-repeat;}
.m-linktab span.u-active{background-color: #f5f5f5;}
.m-linktab img{vertical-align: middle;}
.m-linktab2 span{background:none}
.m-linkbd{position: absolute; left: 0; /*bottom: 50px;*/ bottom: 50px;width: 1300px; /*max-height: 128px;*/max-height:150px; padding: 5px 20px; border-top: 3px solid #066fc6; border-bottom: 8px solid #0e44b0; background: #f5f5f5;}
.m-linkbd ul{width: 1300px; max-height: 128px; overflow-y: auto;}
.m-linkbd ul li{width: 187px; line-height: 32px; float: left; text-indent: 15px; background: url(../images/public/icon-li2.png) left center no-repeat;}
.m-linkbd ul li a{font-size: 14px;}
/*media query*/

/* 适配小屏1000px */
@media screen and (min-width:1025px) and (max-width: 1300px) {
    .m-linktab{margin-left:35px;}
	.m-linkbd,.m-linkbd ul{width:100%}
    #_ideConac{left:-22px;}
    #f-elderwza{left:55px;}
}
/* 适配pad */
@media screen and (min-width:768px) and (max-width: 1024px) {
    .m-linkbd,.m-linkbd ul{width:100%}
    .m-yqlj{position: static;overflow: hidden;margin:auto}
    .m-dblj{padding-left:0}
	.u-links{width:50%;margin-bottom:10px}

    #_ideConac,#_span_jiucuo,#f-elderwza{position: static;}
    ._span_cont{display: flex;justify-content: space-around;align-items: center;}
    .m-footer p:first-child{line-height: 30px}
}
/*phone sm*/
@media screen and (max-width: 767px) {
    .m-linkbd,.m-linkbd ul{width:100%}
    .m-yqlj{position: static;overflow: hidden;margin:auto}
    .m-dblj{padding-left:0}
	.u-links{width:50%;margin-bottom:10px}

    #_ideConac,#_span_jiucuo,#f-elderwza{position: static;}
    ._span_cont{display: flex;justify-content: space-around;align-items: center;}
    .m-footer p:first-child{line-height: 30px}


}
/*small xs*/
@media screen and (max-width: 638px) {
	body{font-size: 14px;}

}

/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}